From 7eda06530181cb8eafa94ad1131255d76ab19646 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 16 Jul 2007 10:41:05 +0000 Subject: [PATCH] (Fsave_window_excursion): Doc fix. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index 8a5137f2044..3cb4292d346 100644 --- a/src/window.c +++ b/src/window.c @@ -6643,7 +6643,7 @@ and the value of point and mark for each window. Also restore the choice of selected window. Also restore which buffer is current. Does not restore the value of point in current buffer. -usage: (save-window-excursion BODY ...) */) +usage: (save-window-excursion BODY...) */) (args) Lisp_Object args; { -- 2.30.2